GtkFlowBox: Fix copy/paste mistake in docs
authorTimm Bäder <mail@baedert.org>
Wed, 9 Dec 2015 16:15:04 +0000 (17:15 +0100)
committerTimm Bäder <mail@baedert.org>
Sat, 12 Dec 2015 08:29:08 +0000 (09:29 +0100)
gtk/gtkflowbox.c

index d035174237d9d0199421d5d188b1c40aa89b4edb..775d0a0fd8858bfaf736a948b112932691a8e07d 100644 (file)
@@ -4994,8 +4994,8 @@ gtk_flow_box_invalidate_filter (GtkFlowBox *box)
  * gtk_flow_box_child_changed()) and when gtk_flow_box_invalidate_sort()
  * is called.
  *
- * + * Note that using a sort function is incompatible with using a model
- * + * (see gtk_list_box_bind_model()).
+ * Note that using a sort function is incompatible with using a model
+ * (see gtk_flow_box_bind_model()).
  *
  * Since: 3.12
  */